home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / pcwkbn12.zip / README < prev    next >
Text File  |  1990-10-24  |  5KB  |  132 lines

  1. PC WEEK LABS SYSTEM BENCHMARKS    --   VERSION 1.20
  2.  
  3. Type BENCH at the DOS prompt to run the benchmarks.
  4.  
  5.  
  6. GENERAL INFORMATION
  7.  
  8. These system benchmarks are a series of more than two dozen
  9. tests grouped into six modules.  Each module measures the
  10. time required to perform typical elements of an application.
  11.  
  12.      Text Scrolling displays short, medium, and long lines
  13.      of text using DOS, BIOS, and C library routines.
  14.  
  15.      Text Windows scrolls text through windows.
  16.  
  17.      Graphics Video draws random-sized areas, lines,
  18.      ellipses, and 15 small graphs.
  19.  
  20.      CPU Speed generates and sorts 30,000 integers.
  21.  
  22.      Floating Point performs a Fast Fourier Transform on
  23.      internally generated data.
  24.  
  25.      Disk Speed generates data, indexes, sorts, and
  26.      generates reports.
  27.  
  28. To run an individual test, move the cursor bar to the test
  29. description on the main menu and press Enter.  Select
  30. "Run all above tests" to run the entire test suite.
  31.  
  32. Select "Display and compare results" to compare test results
  33. with those stored in the benchmark library.
  34.  
  35. To attach a description to the benchmark results select
  36. "Describe this machine."
  37.  
  38. To save the benchmark results select "Save data file."
  39.  
  40. "Return to DOS" terminates the benchmark suite.
  41.  
  42. "About these benchmarks" displays this information.
  43.  
  44. Pressing Esc returns control to the previous menu; if
  45. pressed when using the main menu, it returns control to DOS.
  46.  
  47.  
  48. INTERPRETING THE RESULTS
  49.  
  50. Benchmark results are presented in tabular and graphical
  51. form.  Times presented are in seconds.  In each case the
  52. first column of numbers are the benchmark test times for
  53. the reference machine, the second are times for the
  54. comparison machine, and the third is a performance factor.
  55. The performance factor is calculated by dividing the
  56. results in the first column by those in the second, and
  57. expressing the result as a percentage.  Thus, if the
  58. reference machine runs a particular test in 10 seconds,
  59. and the comparison machine runs it in 5, the performance
  60. factor is 200%.
  61.  
  62.  
  63. ADDITIONAL INFORMATION
  64.  
  65. The benchmark results file, and the default benchmark
  66. reference file can be specified on the HLBENCH command
  67. line by entering:
  68.  
  69.      BENCH bfile rfile
  70.  
  71. where bfile and rfile are the respective file names.
  72.  
  73. The default headings built into the benchmark result
  74. description record can be overwritten if desired.
  75.  
  76. By default, Graphics Video tests the the highest resolution
  77. video mode available.  A lower-resolution video mode can be
  78. tested if desired (or if the benchmark suite is unable to
  79. detect the proper video mode), by entering the DOS command:
  80.  
  81.      SET HLGRAPH=n
  82.  
  83. The possible values for n, and associated video modes are:
  84.  
  85.      4     CGA Medium-res (320x200, 4 color)
  86.      6     CGA "high" res (640x200, 2 color)
  87.      8     Hercules (720x348, 2 color)
  88.     15     EGA Monochrome (640x350, 2 color)
  89.     16     EGA Color (640x350, 16 color)
  90.     17     VGA Monochrome (640x480, 2 color)
  91.     18     VGA Color (640x480, 16 color)
  92.     19     VGA 256-color (320x200, 256 color)
  93.  
  94. Disk Speed tests drive C: by default.  A different drive can
  95. be tested by entering the DOS command:
  96.  
  97.      SET HLDISK=x:
  98.  
  99. before running the test, where x is replaced by the letter
  100. of the drive to be tested.  The drive should have at least
  101. 100KB available storage.
  102.  
  103. The name of the default benchmark reference file used by
  104. "Display and compare results" is stored in XREF.TXT. A
  105. different file can be specified by editing XREF.TXT.
  106.  
  107. Print data from the "Display and compare results" print
  108. option is written to PRN by default.  It can be redirected
  109. to either a serial or parallel printer using the DOS MODE
  110. command.  The printer output can be directed to a file or
  111. different device by entering the DOS command:
  112.  
  113. SET PRINTER=filename
  114.  
  115. where filename is the desired destination of the data.
  116. Print data is always appended to the file selected.
  117.  
  118. Additional information about the program and utility files
  119. that make up the benchmark suite are contained in the
  120. READ.ME file.
  121.  
  122. These benchmark programs and additional TIM files can be
  123. downloaded from PC Week EXTRA!
  124.  
  125. The design of the benchmark tests, the test methods, and
  126. how to run the tests and interpret the results is described
  127. in "High Level Benchmarks," Kent Quirk, PC Tech Journal,
  128. September 1988, p. 54.  This article can be found on PC
  129. Week Extra!
  130.  
  131.                                 Last Help Update:  10/24/90
  132.